projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fa90ff
)
* doc/lispref/package.texi (Packaging Basics): Fix xref.
author
Glenn Morris
<rgm@gnu.org>
Sat, 17 Feb 2018 17:58:33 +0000
(09:58 -0800)
committer
Glenn Morris
<rgm@gnu.org>
Sat, 17 Feb 2018 17:58:33 +0000
(09:58 -0800)
doc/lispref/package.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/package.texi
b/doc/lispref/package.texi
index d179cf56fd2b6f5fd06f053dc600160ae3bac0c4..7e7a8cd9bc8c1b48b36ad62fdfc448acb49bc364 100644
(file)
--- a/
doc/lispref/package.texi
+++ b/
doc/lispref/package.texi
@@
-130,7
+130,7
@@
In most cases, you should not need to call @code{package-initialize},
as this is done automatically during startup. Simply make sure to put
any code that should run before @code{package-initialize} in the early
init file, and any code that should run after it in the primary init
-file (@xref{Init File,,, emacs, The GNU Emacs Manual}).
+file (@
p
xref{Init File,,, emacs, The GNU Emacs Manual}).
@end deffn
@node Simple Packages